home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / AVQ10.ZIP / DOOR.CFG < prev    next >
Encoding:
Text File  |  1996-04-03  |  15.1 KB  |  335 lines

  1. ; DOOR.CFG - Sample OpenDoors door configuration file
  2. ;
  3. ; This configuration file can be used by the sysop to customize an OpenDoors
  4. ; door for use on their own system. The information in this file is NOT usually
  5. ; needed, and the file can be left as is, or even erased, without effecting the
  6. ; door's performance. OpenDoors is designed to run on almost any BBS system
  7. ; automatically, without requiring anything but to the door's .EXE file.
  8. ; However, there are many cases where the sysop may wish to customize a door's
  9. ; operation using this configuration file. The configuration file system is
  10. ; provided to allow the customization of options such as paging hours, maximum
  11. ; time permitted within the door, etc., and to allow OpenDoors doors to be run
  12. ; under even the most non-typical BBS setups.
  13. ;
  14. ; Any text following a semi-colon (;), and blank lines, are ignored.
  15. ;
  16. ;------------------------------------------------------------------------------
  17. ;
  18. ;  BBS system directory. Indicates where the door information file (drop file)
  19. ;  can be found. Remove the semi-colon (;) to activate this option.
  20. ;
  21. ;BBSDir    C:\BBS
  22. ;
  23. ;------------------------------------------------------------------------------
  24. ;
  25. ;  The door's working directory. This is where the door's system files are
  26. ;  located. Remove the semi-colon (;) to activate this option.
  27. ;
  28. ;DoorDir    C:\BBS\MYDOOR
  29. ;
  30. ;------------------------------------------------------------------------------
  31. ;
  32. ;  Local mode override. Forces door to always operate in local test mode.
  33. ;  Remove the semi-colon (;) to activate this option. When this mode is
  34. ;  activated, no door information file is required and default settings are
  35. ;  used for the user's name, location, etc.
  36. ;
  37. ;LocalMode
  38. ;
  39. ;----------------------------------------------------------------------------
  40. ;
  41. ; Don't mess with this.
  42. ;
  43. ;
  44. Personality    Standard
  45. ;
  46. ;------------------------------------------------------------------------------
  47. ;
  48. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  49. ;  door should record log information. To disable the log file altogether,
  50. ;  remove the semi-colon (;) from the "DisableLogging" line.
  51. ;
  52. ;LogFileName    DOOR.LOG
  53. ;DisableLogging
  54. ;
  55. ;------------------------------------------------------------------------------
  56. ;
  57. ;  BBS node number that door is running on. Only used if OpenDoors is unable
  58. ;  to determine the node number by some other means.
  59. ;
  60. Node    1
  61. ;
  62. ;------------------------------------------------------------------------------
  63. ;
  64. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  65. ;  time, up until, but not including, the end time. Times should be in 24-hour
  66. ;  format. To disable paging on a particular day, set the paging start and end
  67. ;  times to the same time. To make paging always available, set the start time
  68. ;  to 0:00 and the end time to 23:59.
  69. ;
  70. ;                      Start Time    End Time
  71. SundayPagingHours         9:00        22:00
  72. MondayPagingHours         8:30        22:00
  73. TuesdayPagingHours        8:30        22:00
  74. WednesdayPagingHours      8:30        22:00
  75. ThursdayPagingHours       8:30        22:00
  76. FridayPagingHours         8:30        22:00
  77. SaturdayPagingHours       9:00        22:00
  78. ;
  79. ;------------------------------------------------------------------------------
  80. ;
  81. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  82. ;  sysop page alarm, with one beep sounded per second.
  83. ;
  84. PageDuration    10
  85. ;
  86. ;------------------------------------------------------------------------------
  87. ;
  88. ;  Maximum length of time a user is permitted to access the door. If the user's
  89. ;  total remaining time on the BBS is less than this value, the user will only
  90. ;  be permitted to access the door for this shorter length of time. This option
  91. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  92. ;  When this option is disabled, the user will be permitted to use the full
  93. ;  of their remaining time on the BBS within the door.
  94. ;
  95. ;MaximumDoorTime    15
  96. ;
  97. ;------------------------------------------------------------------------------
  98. ;
  99. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  100. ;  without the user pressing any key, before the user will be automatically
  101. ;  disconnected. A value of 0 disables inactivity timeouts.
  102. ;
  103. InactivityTimeout    200
  104. ;
  105. ;------------------------------------------------------------------------------
  106. ;
  107. ;  Name of the sysop. OpenDoors can usually determine the sysop's name from the
  108. ;  information passed to the door by the BBS. However, some BBS software does
  109. ;  not supply this information to doors. In such cases, if the sysop's name is
  110. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  111. ;  activate this option.
  112. ;
  113. ;SysopName    The Sysop
  114. ;
  115. ;------------------------------------------------------------------------------
  116. ;
  117. ;  Name of the BBS. OpenDoors can usually determine the name of the BBS from
  118. ;  the information passed to the door by the BBS. However, some BBS software
  119. ;  does not supply this information to door programs. In such cases, if the
  120. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  121. ;  semi-colon (;) to activate this option.
  122. ;
  123. ;SystemName    Unnamed BBS
  124. ;
  125. ;------------------------------------------------------------------------------
  126. ;
  127. ;  Door colour options. These options specify the various text colours that
  128. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  129. ;  Colours are specified in the format:
  130. ;
  131. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  132. ;
  133. ;  Where foreground and background colours are one of:
  134. ;
  135. ;         Black
  136. ;         Blue
  137. ;         Green
  138. ;         Cyan
  139. ;         Red
  140. ;         Magenta
  141. ;         Yellow / Brown
  142. ;         White / Grey
  143. ;
  144. ;  Note that some of these options (such as those that pertain to files
  145. ;  listings) are not used for all doors.
  146. ;
  147. ChatUserColour               Bright white on black
  148. ChatSysopColour              Bright red on black
  149. FileListTitleColour          Bright yellow on black
  150. FileListNameColour           Bright yellow on black
  151. FileListSizeColour           Bright magenta on black
  152. FileListDescriptionColour    Cyan on black
  153. FileListOfflineColour        Bright red on black
  154. PagePromptColour             Bright white on black
  155. PopupMenuTitleColour         Bright white on grey
  156. PopupMenuBorderColour        Black on grey
  157. PopupMenuTextColour          Black on grey
  158. PopupMenuKeyColour           Red on grey
  159. PopupMenuHighlightColour     Grey on black
  160. PopupMenuHighKeyColour       Red on black
  161. ;
  162. ;------------------------------------------------------------------------------
  163. ;
  164. ;  Memory swapping options. These options are generally not needed, but can be
  165. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  166. ;  to specify which directory or directories should be used for swapping.
  167. ;  Multiple directory paths can be seperated using a semi-colon.
  168. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  169. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  170. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  171. ;
  172. ;SwappingDir    C:\
  173. ;SwappingNoEMS
  174. ;SwappingDisable
  175. ;
  176. ;------------------------------------------------------------------------------
  177. ;
  178. ;  Serial port options. These options are generally not needed, as these
  179. ;  settings can usually be determined from the BBS door information file.
  180. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  181. ;  with the modem. "SerialPort" specifies the port port number that the modem
  182. ;  is connected to. Unless you have reassigned the port numbers through your
  183. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  184. ;  so on. Remove the semi-colon (;) to activate either of these options.
  185. ;
  186. ;LockedBPS    38400
  187. ;SerialPort    0
  188. ;
  189. ;
  190. ;  Under DOS, a FOSSIL driver is normally used for serial I/O if one is
  191. ;  available. If a FOSSIL driver has not been loaded, the door communicates
  192. ;  directly with the modem. Removing the semi-colon (;) from the "NoFossil"
  193. ;  option causes the door to always communicate directly with the modem,
  194. ;  bypassing any FOSSIL driver.
  195. ;
  196. ;NoFossil
  197. ;
  198. ;------------------------------------------------------------------------------
  199. ;
  200. ;  The following options only apply for the MS-DOS version of this program,
  201. ;  and only if a FOSSIL driver is NOT being used for serial communications.
  202. ;  If a FOSSIL driver IS being used, these options are normally set on the
  203. ;  FOSSIL driver command line. Under Windows, these options are set in the
  204. ;  control panel.
  205. ;
  206. ;  Hexidecimal address of the serial port. This address can usually be
  207. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  208. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  209. ;  (;) to activate this option.
  210. ;
  211. ;PortAddress 2F8
  212. ;
  213. ;
  214. ;  Interrupt request line that the serial port is using. May be any IRQ line
  215. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  216. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  217. ;  to activate this option.
  218. ;
  219. ;PortIRQ 4
  220. ;
  221. ;
  222. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  223. ;  the serial I/O receive buffer. You may want to increase this buffer size
  224. ;  if you find that characters being sent from the user's modem are being lost.
  225. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  226. ;  buffer. You may want to increase this buffer size for improved performance
  227. ;  in some multitasking environments. A transmit buffer size smaller than 3072
  228. ;  bytes is not recommended.
  229. ;
  230. ReceiveBuffer 256
  231. TransmitBuffer 3072
  232. ;
  233. ;
  234. ;  UART FIFO buffers. Normally, OpenDoors will use 16550A UART FIFO buffers
  235. ;  if they are available. You can prevent OpenDoors from using the FIFO
  236. ;  buffers, even if they are available, by removing the semi-colon before
  237. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  238. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  239. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  240. ;  bytes.
  241. ;
  242. ;NoFIFO
  243. FIFOTriggerSize 4
  244. ;
  245. ;------------------------------------------------------------------------------
  246. ;
  247. ;  The following options control if and how the Windows version of this program
  248. ;  disables DTR response by the modem prior to exiting. Normally, the sequence
  249. ;  of modem commands specified by DisableDTR is sent before exiting, to prevent
  250. ;  the modem from hanging up. To disable this feature, remove the semi-colon
  251. ;  (;) at the beginning of the NoDTRDisable line.
  252. ;
  253. ;  DisableDTR specifies a series of commands to be sent to the modem, and
  254. ;  responses to be received by the modem. Each command and response is
  255. ;  separated by a space. A tilde (~) character denotes a one second pause, and
  256. ;  a pipe (|) denotes a CR.
  257. ;
  258. ;NoDTRDisable
  259. DisableDTR ~+++ OK AT&D0| OK ATO|
  260. ;
  261. ;------------------------------------------------------------------------------
  262. ;
  263. ;  Custom door information file support. OpenDoors automatically recognizes
  264. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  265. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  266. ;  to permit OpenDoors doors to operate on BBS systems that produce a different
  267. ;  format file, you may define a custom door information file format. A custom
  268. ;  door information file format is defined using the "CustomFileName" command,
  269. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  270. ;
  271. ;  The "CustomFileName" option specifies the filename used to distinguish this
  272. ;  file format from other file formats. This filename should not include a
  273. ;  path. To specify the path where the door information file is located, use
  274. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  275. ;  custom format is the same as that of one of the built-in formats, the custom
  276. ;  format will override the built-in format.
  277. ;
  278. ;  The actual format of the custom file is specified using a number of lines
  279. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  280. ;  correspond to a single line in the door information file, with the option
  281. ;  following the "CustomFileLine" keyword specifying the information that can
  282. ;  be found on that line. This can be one of the following keywords:
  283. ;
  284. ;                    Ignore - Causes the next line in the door information
  285. ;                             file to be ignored. Use on lines for which none
  286. ;                             of the options below apply.
  287. ;                   ComPort - COM? port the modem is connected to
  288. ;                             (0 indicates local mode)
  289. ;                FossilPort - Fossil port number the modem is connected to
  290. ;                  ModemBPS - BPS rate at which to communicate with modem
  291. ;                             (0 or non-numerical value indicates local mode)
  292. ;                 LocalMode - 1, T or Y if door is operating in local mode
  293. ;                  UserName - Full name of the user
  294. ;             UserFirstName - First name(s) of the user
  295. ;              UserLastName - Last name of the user
  296. ;                     Alias - The user's psuedonym / handle
  297. ;                 HoursLeft - Hours user has left online
  298. ;               MinutesLeft - Minutes user has left online, or time left online
  299. ;                             in format hh:mm
  300. ;               SecondsLeft - Seconds user has left online, or time left online
  301. ;                             in format hh:mm:ss or format mm:ss
  302. ;                             (If more than one of the above time options are
  303. ;                             used, the user time left is taken to be the total
  304. ;                             of all of these values.)
  305. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  306. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  307. ;                       RIP - 1, T or Y for RIP graphics mode
  308. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  309. ;              ScreenLength - Number of lines on user's screen
  310. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  311. ;                  Security - The user's security level / access level
  312. ;                      City - City the user is calling from
  313. ;                      Node - Node number user is connected to
  314. ;                 SysopName - Full name of the sysop
  315. ;            SysopFirstName - The sysop's first name(s)
  316. ;             SysopLastName - The sysop's last name
  317. ;                SystemName - Name of the BBS
  318. ;
  319. ;
  320. CustomFileName    EXAMPLE.DEF                     ; Same format as DORINFO?.DEF
  321. CustomFileLine    SystemName
  322. CustomFileLine    SysopFirstName
  323. CustomFileLine    SysopLastName
  324. CustomFileLine    ComPort
  325. CustomFileLine    ModemBPS
  326. CustomFileLine    Ignore
  327. CustomFileLine    UserFirstName
  328. CustomFileLine    UserLastName
  329. CustomFileLine    City
  330. CustomFileLine    ANSI
  331. CustomFileLine    Security
  332. CustomFileLine    MinutesLeft
  333. ;
  334. ;------------------------------------------------------------------------------
  335.